home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / cron16.arc / READ.ME < prev   
Text File  |  1991-01-20  |  2KB  |  66 lines

  1. READ.ME for CRON16.ZIP 20-Jan-1991
  2. ----------------------------------
  3.  
  4. 1. NEW FEATURES
  5. ---------------
  6.  
  7. 1.1 Escaped characters in commands
  8.  
  9. Some commands require ';' characters on the command line. This is
  10. particularly true for utilities such as the MKS Toolkit, PolyShell or
  11. other UNIX environment lookalikes.  When CRON sees a '\' character in
  12. a CRONTAB entry, it will process the next character literally even if
  13. it is a '!', a '~' or a ';'.
  14.  
  15. Because of this, CRONTABS where commands contain path names with '\'
  16. characters must be converted by replacing all '\' characters with two
  17. backslashes, i.e.
  18.  
  19.     D:\DIR\SUBDIR
  20.  
  21. should become
  22.  
  23.     D:\\DIR\\SUBDIR
  24.  
  25. everywhere.
  26.  
  27. This is trivially accomplished with a text editor.
  28.  
  29.  
  30. 1.2 CRONDV.EXE
  31.  
  32. This is a DESQview specific version of CRON. It refuses to start outside
  33. DESQview. CRONDV starts programs inside DESQview in their own windows,
  34. just as if they were started by the Open Window option on the DESQview
  35. menu. See chapter 7.5 of CRON.DOC for details.
  36.  
  37.  
  38.  
  39. 2. CHANGES IN V1.6
  40. ------------------
  41.  
  42. 2.1 Command line options
  43.  
  44. The programs that use the log file (i.e. CRON.EXE, CRONDV.EXE and
  45. LOGCHECK.EXE) now support two different options for locking the
  46. logfile.
  47.  
  48.     command-line option -L now attempts to lock the log file
  49.     unconditionally. Useful with SHARE.EXE in multitasking
  50.     environments with no network. If a locking operation fails,
  51.     logging and verbose modes are switched off and a timestamped
  52.     error message is written to stderr.
  53.  
  54.     command-line option -l (letter ell) works as -L in previous
  55.     versions, i.e. it will only attempt to lock logfiles on a remote
  56.     (server) machine.
  57.  
  58.  
  59. 2.2 New files in CRON16.ZIP
  60.  
  61. CRONTAB.DV - this is a new sample crontab for CRONDV.EXE.
  62.  
  63. READ.ME - this file.
  64.  
  65. -------- End of READ.ME V1.6 ---------
  66.